home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("bInstall_IE_hl")
- cursor(280)
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to member("bInstall_IE_dn")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("bInstall_IE")
- cursor(-1)
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to member("bInstall_IE_hl")
- doInstallBrowser_IE()
- end
-